home *** CD-ROM | disk | FTP | other *** search
- @echo Off
- rem This file creates an install disk for 3DFx Voodoo Banshee NT 3.51 drivers
- rem Run this in the correct build environment to make the drivers
- rem All the archives must have already been checked out for this script
- rem to run.
-
- @echo Building NT miniport driver...
- rem Build the NT miniport driver
- cd %SRCDIR%\src\video\miniport\h3
- copy sources.351 sources
- build -cef
-
- @echo Building NT display driver...
- rem Build the NT display driver
- cd %DDKBASE%\src\video\displays\framebuf
- build -cef
-
- @echo Making install disk...
- @echo Please insert blank disk in A:
- @echo CTRL-C to abort, any key to continue
- pause
- label A: NTSTBDRV351
- rem Copy the drivers to disk
- cd %BASEDIR%\src\video\set351
- copy disk1 a:\
- copy oemsetnt.inf a:\
- copy %DDKBASE%\lib\i386\free\banshee.sys a:\
- copy %DDKBASE%\lib\i386\free\framebuf.dll a:\
-